From 72eaeec0cb72c0eb9a24c66c3e93dbd7dfea85c0 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 28 Jan 2016 13:04:44 -0800 Subject: [PATCH] Fix a typo. --- src/doc/build-script.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/build-script.md b/src/doc/build-script.md index f2cc27467..b0bc1049d 100644 --- a/src/doc/build-script.md +++ b/src/doc/build-script.md @@ -58,8 +58,8 @@ cargo:libdir=/path/to/foo/lib cargo:include=/path/to/foo/include ``` -There are a few special keys that Cargo recognizes, affecting how the crate this -build script is for is built: +There are a few special keys that Cargo recognizes, affecting how the +crate is built: * `rustc-link-lib` indicates that the specified value should be passed to the compiler as a `-l` flag. -- 2.30.2